configuration / chassis0 / slots / [SLOT-ID] / [gns181] / module / gps / timezone / dst-off

CLI REST-API

changing-second

Changing Second
This is a read-write object and valid values are signed integers within a range of 0-59.

Datatype-Help:
value must be between 0 and 59.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/name
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/offset-sign
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/hour
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/minute
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/date-day
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/date-month
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/date-year
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/week-day
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/changing-hour
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off/changing-minute

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off
Body:
{
  "changing-second": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/gps/timezone/dst-off -d
{
  "changing-second": 0
}